Creating a simple 2d game with C++: Where to go first? [on hold]
Posted
by
Lucas Vieira
on Game Development
See other posts from Game Development
or by Lucas Vieira
Published on 2013-11-04T14:17:14Z
Indexed on
2013/11/04
16:13 UTC
Read the original article
Hit count: 209
I'm starting to build a little school project. (I have a prior experience with php, python and java, and i'm learning c++ now). My part is simple, create a game, like this pong http://www.ponggame.org/ The problem is that I've never programmed a game before.
I was looking the possibilities, maybe use QT? Or is there other library better for my case?
Since i don't want to reinvent the wheel, where to start with?
Thank you, guys!
© Game Development or respective owner